.footer {
    background: rgb(29, 32, 136);
    /* padding-top: 20px; */
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.footer-top {
    width: 1200px;
    margin: auto;
}

.footer-topItems {
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

.footer-top__item {
    /* width: 145px; */
    flex: 1;
    line-height: 30px;
    height: 190px;
    overflow: hidden;
    margin-right: 55px;
}

.footer-top__item:last-child {
    margin-right: 0;
}

.footer-top__item h2 {
    /* width: 145px; */
    font-size: 16px;
    margin-bottom: 7px;
    overflow: hidden;
    display: block;
}

.footer-top__item h2 a {
    color: #fff;
}

.footer-top__item ul li {
    /* width: 145px; */
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.footer-top__item ul li a {
    color: #a4a4a4;
}

.footer-bot {
    /* margin-top: 30px; */
    border-top: 1px solid #515151;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #bcbcbc;
    font-size: 14px;
}

.footer-wrapper {
    display: flex;
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
}

.footer-left {
    position: relative;
    flex: 0 0 auto;
    width: 780px ;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.footer-left .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-left .footer-nav .footer-nav-item {
    flex: 0 1 auto;
    text-align: center;
}
.footer-left .footer-nav .footer-nav-item a {
    color: #fff;
    font-size: 16px;
}
.footer-left .footer-link-container {
    display: flex;
    margin-top: 35px;
    line-height: 30px;
}
.footer-link-title {
    flex: 0 0 auto;
}
.footer-left .footer-link-container select {
    flex: 0 0 auto;
    width: calc(33.33% - 30px);
    height: 30px;
    outline: none;
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
}
.footer-left .footer-link-container select + select{
    margin-left: 5px;
}
.footer-left .footer-info-container{
    margin-top: 30px;
    line-height: 30px;
    font-size: 12px
}
.footer-left .footer-info-container{
}
.footer-right {
    flex: 0 0 auto;
}
.qr-code-container {
    float: left;
    margin-left: 20px;
}
.qr-code-container img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.qr-code-container .qr-title {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer-sm {
    display: none;
    padding: 15px 15px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-wrapper {
        display: none;
    }
    .footer-sm {
        display: block;
        text-align: center;
    }
}
